projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
cbe47ed
3af7890
)
Auto merge of #3142 - alexcrichton:siphash, r=alexcrichton
author
bors
<bors@rust-lang.org>
Fri, 30 Sep 2016 16:18:55 +0000
(09:18 -0700)
committer
GitHub
<noreply@github.com>
Fri, 30 Sep 2016 16:18:55 +0000
(09:18 -0700)
Allow deprecated use of SipHasher
This type is being deprecated in rust-lang/rust#36815, so allow use of the
deprecated type for now. We can fix this later once new APIs have landed.
Trivial merge